Show AllShow All

HorizontalAlignment Property

Returns or sets the horizontal alignment for the specified object. Read/write XlHAlign.

expression.HorizontalAlignment

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

Example

This example centers the chart title.

myChart.ChartTitle.HorizontalAlignment = xlCenter